home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3633 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.tuwien.ac.at!news
  2. From: wolfgang@neptun.nt.tuwien.ac.at (Wolfgang Pusch)
  3. Newsgroups: comp.lang.c
  4. Subject: Mysterious compiler error messages
  5. Date: 30 Jan 1996 12:03:56 GMT
  6. Organization: Vienna University of Technology, Austria
  7. Message-ID: <4el1fc$cnq@news.tuwien.ac.at>
  8. Reply-To: pusch@email.tuwien.ac.at
  9. NNTP-Posting-Host: neptun.nt.tuwien.ac.at
  10.  
  11. Hallo,
  12.     does anyone understand the following error-messages which I have  
  13. got during compiling? 
  14.  
  15. 1:
  16.         gcc -O -Wall Simulation.c  -o Simulation
  17. Simulation.c: In function `main':
  18. Simulation.c:3982: internal error--unrecognizable insn:
  19. (insn 6501 6499 6502 (set (reg:SI 29 %r29)
  20.         (plus:SI (reg:SI 3 %r3)
  21.             (const_int 955696))) -1 (nil)
  22.     (nil))
  23. gcc: Internal compiler error: program cc1 got fatal signal 6
  24. *** Error code 1
  25.  
  26. Stop.
  27.  
  28.  
  29. 2:
  30.  
  31. as: /tmp/cca10496.s @line#2060 [err#13]
  32.   (warning) Use of GR3 when frame>=8192 may cause conflict
  33. as: /tmp/cca10496.s @line#5964 [err#13]
  34.   (warning) Use of GR3 when frame>=8192 may cause conflict
  35.  
  36.  
  37. What does it mean?
  38.  
  39.  
  40. - Wolfgang
  41.